home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 21 / AACD 21.iso / AACD / Utilities / Help / locale / help / english / sys / cmd.doc < prev    next >
Encoding:
Text File  |  2000-10-06  |  766 b   |  41 lines

  1. CMD
  2.  
  3. Redirects serial or parallel output to a file.
  4.  
  5. Format
  6.  
  7. CMD <devicename> <filename> [OPT S | M | N]
  8.  
  9. Template
  10.  
  11. DEVICENAME/A,FILENAME/A,OPT/K
  12.  
  13. Location
  14.  
  15. SYS:Tools
  16.  
  17. The <devicename> can be serial or parallel. To redirect printer output, it
  18. should be the same device as specified in the Printer editor. <Filename> is
  19. the name of the file to which the redirected output should be sent.
  20.  
  21. The CMD options are as follows:
  22.  
  23. S
  24.  
  25. Skip any short initial write (usually a reset if redirecting a screen dump).
  26.  
  27. M
  28.  
  29. Redirect multiple files until a BREAK command or Ctrl+C is entered.
  30.  
  31. N
  32.  
  33. Notify user of progress (messages are displayed on the screen).
  34.  
  35. Example:
  36.  
  37. 1> CMD parallel RAM:cmd_file
  38.  
  39. Any output sent to the parallel port is rerouted to a file in RAM: called
  40. cmd_file.
  41.